/*
Theme Name: Worthy - Free Powerful Theme by HtmlCoder
Author:HtmlCoder
Author URI:http://www.htmlcoder.me
Version:1.0.0
Created:November 2014
License: Creative Commons Attribution 3.0 License (https://creativecommons.org/licenses/by/3.0/)
File Description: Place here your custom CSS styles
*/
.my-col-md-8 {
    width: 80%;
  }
.my-col-md-offset-2 {
    margin-left: 10.66666667%;
  }
.my-col-md-4 {
	
    width: 25%;
	float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.my-col-md-6 {
	
    width: 100%;
	float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.my-col-sm-6 {
	
    width: 100%;
	float:	right;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.my-col-md-3 {
    width: 25%;
	float: center;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}